home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 25 / CU Amiga Magazine's Super CD-ROM 25 (1998)(EMAP Images)(GB)(Track 1 of 2)[!][issue 1998-08].iso / CUCD / Programming / jpeglibrary / jpeglibrary10.readme next >
Text File  |  1998-05-31  |  964b  |  27 lines

  1. Short:    V1.0 shared library to load/save jpegs
  2. Author:   paulh@mafeking.scouts.org.au (Paul Huxham)
  3. Uploader: paulh@mafeking.scouts.org.au (Paul Huxham)
  4. Type:     util/libs
  5.  
  6. For anyone who wants to manipulate jpeg files in their own applications,
  7. this library makes it very easy.
  8.  
  9. jpeg.library is a shared library that can be used to examine, load and
  10. save jpeg images. It can have multiple jpegs objects (load/save), supports
  11. all the standard jpeg quality and smoothing parameters and can scale loaded
  12. images (smaller). Jpeg image data can reside on disk or in memory.
  13.  
  14. Example programs included.
  15.  
  16. Currently jpeg.library is being used by another library I am writing to 
  17. store thumbnail images (forthcoming).
  18.  
  19. ** This software is based in part on the work of the Independent JPEG Group.
  20.  
  21. For the latest version of jpeg.library and to check out other software I
  22. have written, check the my home page at:
  23.  
  24. http://mafeking.scouts.org.au/~paulh/
  25.  
  26. © 1998 Paul Huxham
  27.